tic — Start Timer
tic
is used to start and reset the timer. It internally marks the time at which it was invoked. To measure elapsed time, use this function in conjunction with
toc
.
Subsections
Example